hashed value

英 [hæʃt ˈvæljuː] 美 [hæʃt ˈvæljuː]

网络  哈希值; 散列值

计算机



双语例句

  1. With DPF, each row of a given table is placed in a specific database partition based on the hashed value of the table's distribution key, which is defined when the table is created.
    在使用DPF时,根据表的分布键(这在创建表时定义)的散列值,把表的每一行放在特定的数据库分区中。
  2. In traditional de-duplication, objects are hashed, and the hash value is used as the initial check for similarity.
    在传统的去耦合中,对象被散列化,然后使用散列值进行初始相似性检查。
  3. Even if an attacker gained access to the hashed version of your password, it's not possible to reconstitute the password from the hash value alone.
    即使一个攻击者获得权限看到你经过hash的密码,也不可能只从hash值重建密码。
  4. You can harden a hashed password further by adding salt ( a cryptographically secure random value) to the hash.
    通过向哈希中添加salt(密码安全随机值),可以进一步强化哈希密码。
  5. It increases the length of the hashed value and potentially adds characters that were not part of the character set used in generating the table
    它使得hash值有所加长,并有可能加入表生成过程所用字符集以外的字符
  6. As each file is loaded, its contents are hashed and compared with the hash value stored in the manifest.
    在加载每一文件时,其内容被散列化并与清单中存储的哈希值进行比较。
  7. But it is possible to attack the hashed value of your password using rainbow tables: enormous, pre-computed hash values for every possible combination of characters.
    但是有可能通过rainbow表去攻击密码的hash值:预先计算出来的数量庞大的hash值,涵盖所有可能的字符组合。